home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / Demo / 00002.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  191 b   |  8 lines

  1. on exitFrame
  2.   global audioFile
  3.   cursor(200)
  4.   when mouseDown then dontPassEvent
  5.   sound playFile 1, the pathName & audioFile & ":Audio:DESCRIP.AIF"
  6.   set the movieRate of sprite 8 to 1
  7. end
  8.